home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMSGHUNTER / TMSGHUNTER.txt
Text File  |  2004-10-12  |  4KB  |  204 lines

  1. object MsgHunter: TMsgHunter
  2.   Left = 241
  3.   Top = 166
  4.   HelpContext = 14060
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Re-filter Mail Folder'
  8.   ClientHeight = 279
  9.   ClientWidth = 293
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Book: TNotebook
  26.     Left = 0
  27.     Top = 0
  28.     Width = 293
  29.     Height = 233
  30.     Align = alTop
  31.     TabOrder = 0
  32.     object TPage
  33.       Left = 0
  34.       Top = 0
  35.       Caption = 'Default'
  36.       object gbSets: TGroupBox
  37.         Left = 8
  38.         Top = 16
  39.         Width = 277
  40.         Height = 129
  41.         Caption = 'Rule sets to apply'
  42.         TabOrder = 0
  43.         object cbReceived: TCheckBox
  44.           Left = 16
  45.           Top = 24
  46.           Width = 253
  47.           Height = 17
  48.           Caption = '&Incoming mail'
  49.           TabOrder = 0
  50.         end
  51.         object cbRead: TCheckBox
  52.           Left = 16
  53.           Top = 48
  54.           Width = 249
  55.           Height = 17
  56.           Caption = '&Read messages'
  57.           TabOrder = 1
  58.         end
  59.         object cbReply: TCheckBox
  60.           Left = 16
  61.           Top = 72
  62.           Width = 249
  63.           Height = 17
  64.           Caption = 'R&eplied messages'
  65.           TabOrder = 2
  66.         end
  67.         object cbOutgoing: TCheckBox
  68.           Left = 16
  69.           Top = 96
  70.           Width = 249
  71.           Height = 17
  72.           Caption = '&Outgoing mail'
  73.           TabOrder = 3
  74.         end
  75.       end
  76.       object cbManual: TCheckBox
  77.         Left = 24
  78.         Top = 160
  79.         Width = 261
  80.         Height = 17
  81.         Caption = '&Manual filters only'
  82.         TabOrder = 1
  83.       end
  84.       object cbSelected: TCheckBox
  85.         Left = 24
  86.         Top = 208
  87.         Width = 257
  88.         Height = 17
  89.         Caption = 'Re-filter &selected messages only'
  90.         TabOrder = 3
  91.         Visible = False
  92.       end
  93.       object cbLog: TCheckBox
  94.         Left = 24
  95.         Top = 184
  96.         Width = 257
  97.         Height = 17
  98.         Caption = 'Log filtering results'
  99.         Checked = True
  100.         State = cbChecked
  101.         TabOrder = 2
  102.       end
  103.     end
  104.     object TPage
  105.       Left = 0
  106.       Top = 0
  107.       Caption = 'Progress'
  108.       object Label1: TLabel
  109.         Left = 16
  110.         Top = 24
  111.         Width = 44
  112.         Height = 13
  113.         Caption = 'Progress:'
  114.       end
  115.       object lbMsgs: TLabel
  116.         Left = 16
  117.         Top = 88
  118.         Width = 103
  119.         Height = 13
  120.         Caption = 'Messages processed:'
  121.       end
  122.       object lProcessed: TLabel
  123.         Left = 168
  124.         Top = 88
  125.         Width = 89
  126.         Height = 13
  127.         AutoSize = False
  128.         Caption = '0'
  129.         Font.Charset = DEFAULT_CHARSET
  130.         Font.Color = clWindowText
  131.         Font.Height = -12
  132.         Font.Name = 'MS Sans Serif'
  133.         Font.Style = [fsBold]
  134.         ParentFont = False
  135.       end
  136.       object ltFiltered: TLabel
  137.         Left = 16
  138.         Top = 112
  139.         Width = 85
  140.         Height = 13
  141.         Caption = 'Messages filtered:'
  142.       end
  143.       object lFiltered: TLabel
  144.         Left = 168
  145.         Top = 112
  146.         Width = 89
  147.         Height = 13
  148.         AutoSize = False
  149.         Caption = '0'
  150.         Font.Charset = DEFAULT_CHARSET
  151.         Font.Color = clWindowText
  152.         Font.Height = -12
  153.         Font.Name = 'MS Sans Serif'
  154.         Font.Style = [fsBold]
  155.         ParentFont = False
  156.       end
  157.       object lRefComplete: TLabel
  158.         Left = 16
  159.         Top = 168
  160.         Width = 96
  161.         Height = 13
  162.         Caption = 'Re-filtering complete'
  163.         Visible = False
  164.       end
  165.       object pBar: TProgressBar
  166.         Left = 16
  167.         Top = 40
  168.         Width = 241
  169.         Height = 25
  170.         TabOrder = 0
  171.       end
  172.     end
  173.   end
  174.   object bOK: TButton
  175.     Left = 18
  176.     Top = 248
  177.     Width = 81
  178.     Height = 25
  179.     Caption = 'OK'
  180.     Default = True
  181.     TabOrder = 1
  182.     OnClick = bOKClick
  183.   end
  184.   object bCancel: TButton
  185.     Left = 106
  186.     Top = 248
  187.     Width = 81
  188.     Height = 25
  189.     Cancel = True
  190.     Caption = 'Cancel'
  191.     TabOrder = 2
  192.     OnClick = bCancelClick
  193.   end
  194.   object bHelp: TButton
  195.     Left = 194
  196.     Top = 248
  197.     Width = 81
  198.     Height = 25
  199.     Caption = 'Help'
  200.     TabOrder = 3
  201.     OnClick = bHelpClick
  202.   end
  203. end
  204.